@charset "UTF-8";


/*内页通用样式*/
.bg-color {
	background-color: #1e1e1e; /* 背景主色 */
}
.bg-color2 {
	background-color: #4ca8d8; /* 背景辅助颜色 */
}

.text-color {
	color: #333333; /* 字体主色 */
} 
.text-color2 {
	color: #808080; /* 字体辅助颜色 */
}
.text-color3 {
	color: #555;
}
.w1200 {
	width: 1200px;  /* 内页版心宽度 */
	margin: 0 auto;
}
/*内页通用样式 end*/

/*内页左边*/
.inside-left {
	width: 25.666667%;
	text-align: center;
	
}
.inside-l-list {
	color: #fff;
}
.inside-ll-title {
    padding: 30px 0px 20px;
}
.inside-ll-h4 {
	font-size: 20px;
}
.inside-ll-em {
	font-size: 14px;
}
.inside-ll-content {

}
.inside-ll-content .inside-ll-item {
	border-top: 1px solid #67b5de;
	height: 50px;
    line-height: 50px;
}
.inside-ll-content .inside-ll-item:first-child {
	border-top: 0;
}
.inside-ll-content .inside-ll-item > a {
	font-size: 14px;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inside-ll-content .inside-ll-item:hover {
	background-color: #0083c7;
}
.inside-l-contact {
	margin-top: 25px;
	border: 1px solid #e6e6e6;
}
.inside-lc-title {
	padding: 30px 0px 20px;
	color: #fff;
}
.inside-lc-item {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #dfdfdf;
}
.inside-lc-item.inside-lc-address {
	height: auto;
	line-height: 25px;
	padding: 15px 0;
}
/*内页左边 end*/


/*内页右边*/
.inside-right {
	width: 73.5834%;
}
.inside-location-box {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eaeaea;
    padding: 30px 0px 10px;
}
.inside-rl-title {
	font-size: 20px;
    color: #1f1f1f;
    display: block;
}
.inside-rl-location {
	font-size: 12px;
}
.inside-r-list ul{
	list-style: none;
}
.irlib-title {
	height: 30px;
	line-height: 30px;
}
.inside-rl-item {
	padding: 15px 0;
	border-bottom: 1px dashed #ddd;
}
.inside-rl-item:first-child{
	padding-top: 0;
}
.inside-rl-item a {
	font-size: 16px;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inside-rli-time {
	font-size: 14px;
}
.irlib-content {
	font-size: 14px;
	line-height: 170%;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 15px;
}
/*内页右边 end*/


/*新闻详情 继承内页左右样式*/
.inside-rn-content p{
	font-size: 15px!important;
	line-height: 30px!important;
}
.inside-rn-content{
	text-align: left;
	padding-top: 20px;
}
inside-rn-content p img{
	margin:0 auto;
}
.inside-r-list li:hover .text-color3{
	color: #275DC9;
}
.inside-rli-box{
	margin: 20px 20px;
}
.inside-r-page{
	float: right;
	margin-top: 20px;
}
.inside-r-box {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px dashed #dfdfdf;
	padding-top: 45px;
}
.inside-r-title {
	font-size: 18px;
}
.inside-r-em {
	display: block;
	font-size: 12px;
    color: #ababab;
    height: 24px;
    line-height: 24px;
    margin: 10px 0px;
}
/*新闻详情 end*/


/*产品列表 继承内页左右样式*/
.inside-prorl-item {
	float: left;
	margin-right: 90px;
	padding-bottom: 30px;
}
.inside-prorl-item:nth-child(3n){
	margin-right: 0;
}
.inside-prorl-img {
	display: block;
	width: 234px;
	height: 214px;
}
.inside-prorl-title {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	padding: 10px 0;
	text-align: center;
}
/*产品列表 end*/
ul.block li:hover .inside-prorl-title{
	color: #1060CC;
}

/*产品详情 继承内页左右样式*/

/*产品详情 end*/
.inside-box {
	padding-top: 30px;
	padding-bottom: 35px;
}

.inside-lc-box li {
	list-style-type: none;
}


/*留言*/
.inside-ny-message {
	/*padding-top: 30px;*/
}
.inside-ny-message .inside-ny-item {
	height: 30px;
	margin-bottom: 20px;
}
.inside-ny-name {
	width: 100px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
	font-family: initial;
}
.inside-ny-inp {
	width: 267px;
	height: 40px;
	padding-left: 18px;
	border: #ccc 1px solid;
	margin-bottom: 28px;
	margin-right: 23px;
}
.inside-ny-inp[type=text]:focus {
	border: 1px solid #ccc;
}
.inside-ny-message .inside-ny-text {
	height: auto;
}
.inside-ny-tel{
	margin-right: 0px;
	float: right;
}
.inside-ny-email{
	margin-right: 0px;
	float: right;
}
.inside-ny-area {
	width: 400px;
	height: 110px;
	padding: 5px;
	border: #ccc 1px solid;
	margin-bottom: 28px;
}
.inside-ny-code .inside-ny-inp {
	width: 100px;
}
.inside-nyc-img {
	margin-left: 10px;
	width: 64px;
	height: 30px;
	cursor: pointer;
}
.inside-ny-btn input {
	width: 191px;
	height: 40px;
	background: #ddd;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 5px;
	border: 0;
}
.inside-ny-btn input[type=submit] {
	background: #d21421;
	color: #fff;
}
.inside-ny-btn input[type=button] {

}
.inside-ny-btn input[type=button]:hover {
	background: #f60;
	color: #fff;
}
.inside-ny-hint {
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	color: red;
}
/*留言 end*/


